Name | Label GUI Element |
Description | Labels are simple, single lines of text; they have a UI type of "label".
See Text GUI Elements for multi-line text, and Dynamic Label GUI Element for dynamically updating labels.
|
Group | GUI System |
Source | https://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/scripts/containers/gui/elements/LabelElement.java#L20 |